home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TFINDFILE / TFINDFILE.txt
Text File  |  1996-12-31  |  13KB  |  592 lines

  1. object FindFile: TFindFile
  2.   Tag = 1
  3.   Left = 198
  4.   Top = 56
  5.   Width = 489
  6.   Height = 414
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'Find Files'
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object id_startsearch: TButton
  24.     Tag = 70
  25.     Left = 389
  26.     Top = 22
  27.     Width = 91
  28.     Height = 25
  29.     Caption = '&Start search'
  30.     Default = True
  31.     TabOrder = 0
  32.     TabStop = False
  33.     OnClick = id_startsearchClick
  34.   end
  35.   object Cancel: TButton
  36.     Tag = 4002
  37.     Left = 389
  38.     Top = 50
  39.     Width = 91
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     TabOrder = 1
  44.     TabStop = False
  45.     OnClick = CancelClick
  46.   end
  47.   object id_ResultPanel: TPanel
  48.     Left = 0
  49.     Top = 206
  50.     Width = 481
  51.     Height = 181
  52.     TabOrder = 2
  53.     object Label1: TLabel
  54.       Tag = 60
  55.       Left = 8
  56.       Top = 2
  57.       Width = 225
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Search res&ults:'
  61.       FocusControl = id_ResultBox
  62.     end
  63.     object id_NewSearch: TButton
  64.       Tag = 62
  65.       Left = 129
  66.       Top = 136
  67.       Width = 110
  68.       Height = 23
  69.       Caption = '&new search'
  70.       Enabled = False
  71.       TabOrder = 2
  72.       TabStop = False
  73.       OnClick = id_NewSearchClick
  74.     end
  75.     object id_gotopath: TButton
  76.       Tag = 63
  77.       Left = 241
  78.       Top = 136
  79.       Width = 110
  80.       Height = 23
  81.       Caption = '&go to file'
  82.       Enabled = False
  83.       TabOrder = 3
  84.       TabStop = False
  85.       OnClick = id_gotopathClick
  86.     end
  87.     object id_WorkWithFound: TButton
  88.       Tag = 64
  89.       Left = 353
  90.       Top = 136
  91.       Width = 110
  92.       Height = 23
  93.       Caption = 'Feed to &listbox'
  94.       Enabled = False
  95.       TabOrder = 4
  96.       TabStop = False
  97.       OnClick = id_WorkWithFoundClick
  98.     end
  99.     object id_view: TButton
  100.       Tag = 61
  101.       Left = 17
  102.       Top = 136
  103.       Width = 110
  104.       Height = 23
  105.       Caption = '&view'
  106.       Enabled = False
  107.       TabOrder = 1
  108.       TabStop = False
  109.       OnClick = id_viewClick
  110.     end
  111.     object id_ResultBox: TWidthListBox
  112.       Left = 4
  113.       Top = 17
  114.       Width = 474
  115.       Height = 117
  116.       ItemHeight = 16
  117.       Style = lbOwnerDrawFixed
  118.       TabOrder = 0
  119.       OnDblClick = id_gotopathClick
  120.       OnDrawItem = id_ResultboxDrawItem
  121.     end
  122.     object id_StatusPanel: TPanel
  123.       Left = 3
  124.       Top = 162
  125.       Width = 475
  126.       Height = 17
  127.       Alignment = taLeftJustify
  128.       BevelOuter = bvLowered
  129.       TabOrder = 5
  130.     end
  131.   end
  132.   object TabbedNotebook1: TMyTabbedNotebook
  133.     Tag = 2
  134.     Left = 1
  135.     Top = 2
  136.     Width = 384
  137.     Height = 201
  138.     TabFont.Color = clBtnText
  139.     TabFont.Height = -11
  140.     TabFont.Name = 'MS Sans Serif'
  141.     TabFont.Style = []
  142.     TabOrder = 3
  143.     OnChange = TabbedNotebook1Change
  144.     object TTabPage
  145.       Left = 4
  146.       Top = 24
  147.       HelpContext = 100
  148.       Caption = 'General'
  149.       object Searchfor: TLabel
  150.         Tag = 3
  151.         Left = 7
  152.         Top = 7
  153.         Width = 80
  154.         Height = 14
  155.         AutoSize = False
  156.         Caption = 'Search &for:'
  157.         FocusControl = id_SearchName
  158.         WordWrap = True
  159.       end
  160.       object StartIn: TLabel
  161.         Tag = 4
  162.         Left = 7
  163.         Top = 35
  164.         Width = 80
  165.         Height = 14
  166.         AutoSize = False
  167.         Caption = 'Search &in:'
  168.         FocusControl = id_SearchIn
  169.         WordWrap = True
  170.       end
  171.       object Bevel1: TBevel
  172.         Left = 0
  173.         Top = 80
  174.         Width = 361
  175.         Height = 9
  176.         Shape = bsTopLine
  177.       end
  178.       object id_SearchName: TComboBox
  179.         Left = 85
  180.         Top = 6
  181.         Width = 286
  182.         Height = 21
  183.         DropDownCount = 20
  184.         ItemHeight = 13
  185.         MaxLength = 255
  186.         TabOrder = 0
  187.       end
  188.       object id_SearchIn: TComboBox
  189.         Left = 85
  190.         Top = 32
  191.         Width = 222
  192.         Height = 21
  193.         DropDownCount = 20
  194.         ItemHeight = 13
  195.         MaxLength = 255
  196.         TabOrder = 1
  197.       end
  198.       object id_Drives: TButton
  199.         Tag = 5
  200.         Left = 310
  201.         Top = 30
  202.         Width = 61
  203.         Height = 23
  204.         Caption = '&Drives'
  205.         TabOrder = 2
  206.         OnClick = id_DrivesClick
  207.       end
  208.       object id_searchpackers: TCheckBox
  209.         Tag = 6
  210.         Left = 85
  211.         Top = 60
  212.         Width = 284
  213.         Height = 17
  214.         Caption = 'Search A&rchives (ZIP, ARJ, LZH)'
  215.         TabOrder = 3
  216.       end
  217.       object id_DoFindText: TCheckBox
  218.         Tag = 7
  219.         Left = 8
  220.         Top = 90
  221.         Width = 80
  222.         Height = 17
  223.         Caption = 'Find &text:'
  224.         TabOrder = 4
  225.         OnClick = id_DoFindTextClick
  226.       end
  227.       object id_TextToFind: TComboBox
  228.         Left = 85
  229.         Top = 88
  230.         Width = 286
  231.         Height = 21
  232.         DropDownCount = 10
  233.         Enabled = False
  234.         ItemHeight = 13
  235.         MaxLength = 255
  236.         TabOrder = 5
  237.       end
  238.       object id_wholewords: TCheckBox
  239.         Tag = 8
  240.         Left = 85
  241.         Top = 112
  242.         Width = 200
  243.         Height = 17
  244.         Caption = '&Whole words only'
  245.         Enabled = False
  246.         TabOrder = 6
  247.       end
  248.       object id_case: TCheckBox
  249.         Tag = 9
  250.         Left = 85
  251.         Top = 128
  252.         Width = 200
  253.         Height = 17
  254.         Caption = 'Cas&e sensitive'
  255.         Enabled = False
  256.         TabOrder = 7
  257.       end
  258.       object id_Dos: TCheckBox
  259.         Tag = 10
  260.         Left = 85
  261.         Top = 144
  262.         Width = 200
  263.         Height = 17
  264.         Caption = '&ASCII-Charset (DOS)'
  265.         Enabled = False
  266.         TabOrder = 8
  267.       end
  268.     end
  269.     object TTabPage
  270.       Left = 4
  271.       Top = 24
  272.       HelpContext = 310
  273.       Caption = 'Advanced'
  274.       object cm_and: TLabel
  275.         Tag = 21
  276.         Left = 208
  277.         Top = 14
  278.         Width = 45
  279.         Height = 13
  280.         Alignment = taCenter
  281.         AutoSize = False
  282.         Caption = 'a&nd'
  283.         FocusControl = id_DateTo
  284.       end
  285.       object Bevel2: TBevel
  286.         Left = 0
  287.         Top = 64
  288.         Width = 361
  289.         Height = 9
  290.         Shape = bsTopLine
  291.       end
  292.       object Bevel3: TBevel
  293.         Left = 0
  294.         Top = 108
  295.         Width = 361
  296.         Height = 9
  297.         Shape = bsTopLine
  298.       end
  299.       object id_SearchDate: TCheckBox
  300.         Tag = 20
  301.         Left = 8
  302.         Top = 13
  303.         Width = 101
  304.         Height = 17
  305.         Caption = 'Date &between:'
  306.         TabOrder = 0
  307.         OnClick = id_SearchDateClick
  308.       end
  309.       object id_DateFrom: TEdit
  310.         Left = 112
  311.         Top = 12
  312.         Width = 93
  313.         Height = 21
  314.         Enabled = False
  315.         MaxLength = 10
  316.         TabOrder = 1
  317.       end
  318.       object id_DateTo: TEdit
  319.         Left = 256
  320.         Top = 12
  321.         Width = 93
  322.         Height = 21
  323.         Enabled = False
  324.         MaxLength = 10
  325.         TabOrder = 2
  326.       end
  327.       object id_SearchDelay: TCheckBox
  328.         Tag = 22
  329.         Left = 8
  330.         Top = 40
  331.         Width = 97
  332.         Height = 17
  333.         Caption = 'Not &older than:'
  334.         TabOrder = 3
  335.         OnClick = id_SearchDelayClick
  336.       end
  337.       object id_DelayEdit: TEdit
  338.         Left = 112
  339.         Top = 40
  340.         Width = 93
  341.         Height = 21
  342.         Enabled = False
  343.         MaxLength = 6
  344.         TabOrder = 4
  345.         Text = '1'
  346.       end
  347.       object id_DelayScroll: TScrollBar
  348.         Left = 205
  349.         Top = 40
  350.         Width = 15
  351.         Height = 21
  352.         Enabled = False
  353.         Kind = sbVertical
  354.         TabOrder = 5
  355.         OnScroll = id_DelayScrollScroll
  356.       end
  357.       object id_DelayUnit: TComboBox
  358.         Tag = 30
  359.         Left = 256
  360.         Top = 40
  361.         Width = 93
  362.         Height = 21
  363.         Style = csDropDownList
  364.         Enabled = False
  365.         ItemHeight = 13
  366.         Items.Strings = (
  367.           'hour(s)'
  368.           'day(s)'
  369.           'week(s)'
  370.           'month(s)'
  371.           'year(s)')
  372.         TabOrder = 6
  373.       end
  374.       object id_SearchSize: TCheckBox
  375.         Tag = 23
  376.         Left = 8
  377.         Top = 76
  378.         Width = 97
  379.         Height = 17
  380.         Caption = '&File size:'
  381.         TabOrder = 7
  382.         OnClick = id_SearchSizeClick
  383.       end
  384.       object id_LargerSmaller: TComboBox
  385.         Left = 112
  386.         Top = 76
  387.         Width = 53
  388.         Height = 21
  389.         Style = csDropDownList
  390.         Enabled = False
  391.         ItemHeight = 13
  392.         Items.Strings = (
  393.           '='
  394.           '>'
  395.           '<')
  396.         TabOrder = 8
  397.       end
  398.       object id_SizeEdit: TEdit
  399.         Left = 168
  400.         Top = 76
  401.         Width = 89
  402.         Height = 21
  403.         Enabled = False
  404.         MaxLength = 10
  405.         TabOrder = 9
  406.         Text = '1'
  407.       end
  408.       object id_SizeUnit: TComboBox
  409.         Left = 276
  410.         Top = 76
  411.         Width = 73
  412.         Height = 21
  413.         Style = csDropDownList
  414.         Enabled = False
  415.         ItemHeight = 13
  416.         Items.Strings = (
  417.           'bytes'
  418.           'kbytes'
  419.           'Mbytes')
  420.         TabOrder = 10
  421.       end
  422.       object id_SearchAttribs: TCheckBox
  423.         Tag = 24
  424.         Left = 8
  425.         Top = 120
  426.         Width = 90
  427.         Height = 17
  428.         Caption = 'A&ttributes:'
  429.         TabOrder = 11
  430.         OnClick = id_SearchAttribsClick
  431.       end
  432.       object id_Archive: TMyCheckBox
  433.         Tag = 25
  434.         Left = 96
  435.         Top = 120
  436.         Width = 90
  437.         Height = 17
  438.         AllowGrayed = True
  439.         Caption = '&Archive'
  440.         Enabled = False
  441.         State = cbGrayed
  442.         TabOrder = 12
  443.       end
  444.       object id_Hidden: TMyCheckBox
  445.         Tag = 27
  446.         Left = 184
  447.         Top = 120
  448.         Width = 90
  449.         Height = 17
  450.         AllowGrayed = True
  451.         Caption = '&Hidden'
  452.         Enabled = False
  453.         State = cbGrayed
  454.         TabOrder = 13
  455.       end
  456.       object id_Directory: TMyCheckBox
  457.         Tag = 29
  458.         Left = 276
  459.         Top = 120
  460.         Width = 81
  461.         Height = 17
  462.         AllowGrayed = True
  463.         Caption = '&Directory'
  464.         Enabled = False
  465.         State = cbGrayed
  466.         TabOrder = 14
  467.       end
  468.       object id_ReadOnly: TMyCheckBox
  469.         Tag = 26
  470.         Left = 96
  471.         Top = 144
  472.         Width = 90
  473.         Height = 17
  474.         AllowGrayed = True
  475.         Caption = '&Read only'
  476.         Enabled = False
  477.         State = cbGrayed
  478.         TabOrder = 15
  479.       end
  480.       object id_System: TMyCheckBox
  481.         Tag = 28
  482.         Left = 184
  483.         Top = 144
  484.         Width = 90
  485.         Height = 17
  486.         AllowGrayed = True
  487.         Caption = 'S&ystem'
  488.         Enabled = False
  489.         State = cbGrayed
  490.         TabOrder = 16
  491.       end
  492.       object id_SizeScroll: TScrollBar
  493.         Left = 257
  494.         Top = 76
  495.         Width = 15
  496.         Height = 21
  497.         Enabled = False
  498.         Kind = sbVertical
  499.         TabOrder = 17
  500.         OnScroll = id_SizeScrollScroll
  501.       end
  502.     end
  503.     object TTabPage
  504.       Left = 4
  505.       Top = 24
  506.       HelpContext = 102
  507.       Caption = 'Load/Save'
  508.       object id_PreviousHeader: TLabel
  509.         Tag = 40
  510.         Left = 8
  511.         Top = 4
  512.         Width = 365
  513.         Height = 14
  514.         AutoSize = False
  515.         Caption = '&Previous searches:'
  516.         FocusControl = id_PreviousList
  517.       end
  518.       object id_PreviousList: TListBox
  519.         Left = 8
  520.         Top = 20
  521.         Width = 357
  522.         Height = 102
  523.         ItemHeight = 13
  524.         Sorted = True
  525.         TabOrder = 0
  526.         OnClick = id_PreviousListClick
  527.         OnDblClick = id_LoadClick
  528.       end
  529.       object id_SearchContents: TPanel
  530.         Left = 8
  531.         Top = 124
  532.         Width = 357
  533.         Height = 17
  534.         Alignment = taLeftJustify
  535.         BevelOuter = bvLowered
  536.         TabOrder = 1
  537.       end
  538.       object id_Load: TButton
  539.         Tag = 41
  540.         Left = 40
  541.         Top = 144
  542.         Width = 89
  543.         Height = 25
  544.         Caption = '&Load'
  545.         TabOrder = 2
  546.         OnClick = id_LoadClick
  547.       end
  548.       object id_Save: TButton
  549.         Tag = 42
  550.         Left = 142
  551.         Top = 144
  552.         Width = 89
  553.         Height = 25
  554.         Caption = 'S&ave'
  555.         TabOrder = 3
  556.         OnClick = id_SaveClick
  557.       end
  558.       object id_Delete: TButton
  559.         Tag = 43
  560.         Left = 244
  561.         Top = 144
  562.         Width = 89
  563.         Height = 25
  564.         Caption = '&Delete'
  565.         TabOrder = 4
  566.         OnClick = id_DeleteClick
  567.       end
  568.     end
  569.   end
  570.   object id_GlobalHelp: TButton
  571.     Tag = 4003
  572.     Left = 390
  573.     Top = 78
  574.     Width = 91
  575.     Height = 25
  576.     Cancel = True
  577.     Caption = '&Help'
  578.     TabOrder = 4
  579.     TabStop = False
  580.     OnClick = id_GlobalHelpClick
  581.   end
  582.   object Translate1: TTranslate
  583.     Tag = 5600
  584.     Left = 448
  585.     Top = 88
  586.   end
  587.   object ResolutionFix1: TResolutionFix
  588.     Left = 448
  589.     Top = 120
  590.   end
  591. end
  592.